home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 102 / examples / exbconin.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-01-25  |  215 b   |  8 lines

  1. /* p. 199 MWC Ref.Manual   CJPurcell Dec'86                                  */
  2. #include <osbind.h>
  3. main()
  4. {
  5.       Cconws("This is a NUL-terminated string . Press any key to return!\r\n");
  6.       Bconin(2);
  7. }
  8.